runtime.mspan.specials (field)
12 uses
runtime (current package)
heapdump.go#L457: for sp := s.specials; sp != nil; sp = sp.next {
heapdump.go#L656: for sp := s.specials; sp != nil; sp = sp.next {
mgcmark.go#L377: for sp := s.specials; sp != nil; sp = sp.next {
mgcsweep.go#L548: hadSpecials := s.specials != nil
mgcsweep.go#L596: if hadSpecials && s.specials == nil {
mheap.go#L494: specials *special // linked list of special records sorted by offset.
mheap.go#L1688: span.specials = nil
mheap.go#L1896: if span.specials == nil {
mheap.go#L1909: iter := &span.specials
mheap.go#L2031: return specialsIter{&span.specials, span.specials}
pinner.go#L353: if span.specials == nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |